home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia1.dir
/
00969_Script_Player Button
< prev
next >
Wrap
Text File
|
1995-05-21
|
268b
|
16 lines
on mouseDown
put "PlayerBTN" into f
put "PlayerBTNHL" into fHL
hiliter 5, f, fHL
puppetsound "button.aif"
updatestage
end
on mouseUp
global gReset
set gReset = ""
set the castNum of sprite 5 = cast "PlayerBTN"
go frame "Options1"
end